html, body {
	margin: 0px;
	padding: 0px;
}

.homeImg {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.homeImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	z-index: 1;
}

.imgTxt {
	position: absolute;
	width: 100%;
	height: auto;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: white;
	text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
	z-index: 2;
}

.title.is-1 {
	color: white;
}

.title.is-2 {
	text-align: center;
}

.section {
	width: 100%;
}

@media (max-width: 1023px) {
  .navbar-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #3273dc;
    z-index: 1000;
  }
  .navbar-item {
    color: white;
  }
  .navbar {
	  background-color: #3273dc;
  }
  
  .navbar-burger {
	  color: #FFFFFF;
  }
  
  body {
	padding-top: 3rem;
}
.centers {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.columns {
	padding-bottom: 25px;
}

.title.is-1{
		font-size: 40px;
	}
}


@media (min-width: 1024px) {
	.navbar {
		background-color: #3273dc;
	}
	.navbar-item {
	display: flex;
	align-items: center;
	height: 100%;
	padding-top: 6px;
	line-height: 3.5rem;
	}
	body {
	padding-top: 4rem;

}

.centers {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
	border: 1px;
	padding: 10px;
}

.center {
	padding: 20px;
	text-align: center;
	border: 1px;
} 

.centIMG {
	height: 60%;
	width: 50%;
}
.container {
	max-width: 100% !important;
}

.imgTxt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: white;
	text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
	z-index: 2;
}

.imgTxt h1 {
	size: 100px;
}
.columns {
	padding-bottom: 20px
}

.title.is-1{
		font-size: 100px;
	}

}



.navbar-item {
	color: #FFFFFF;
	align-items: center;
	height: 100%;
}

.navbar a.navbar-item:hover {
	color: #b80a31;
}

.navbar-item:hover, .navbar-link:hover {
background-color: #FFFFFF;
}

.box {
	text-align: center;
	padding: 2rem;
	
}

img .box1 {
	width: 270px;
	height: 270px;
}

.carousel {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	gap: 1.5rem;
	padding: 1rem 0;
}

.event-card {
	flex: 0 0 80%;
	scroll-snap-align: center;
	transition: transform 0.3s ease;
	position: relative;
	width: 250px;
	text-align: center;
	height: 50%;
}

.calendar-box {
	height: 60px;
	width: 60px;
	color: white;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	background-color: black;
	opacity: 75%;
}

@keyframes scroll-left {
	0% {
		transform: translateX(0);
	}
	100% {
	transform:	translanteX(-50%);
	}
}

.spacer {
	flex: 1;
	height: 1px;
}

.button.is-primary.is-fullwidth {
background-color: #3273dc;
color: white;
}

body {
display: flex;
flex-direction: column;
min-height: 100vh;
}

.event {
text-align: center;
}


.title.is-2.foot {
color: #FFFFFF;
text-decoration: underline;
}

.footIMG {
height: 50px;
width: 50px;
}

.footIMG2 {
height: 50px;
width: 100px;
}

.links {
align-items: center;
text-align: center;
}

.address {
text-align: center;
}

.fa-facebook {
	color: #404654;
}
footer {
margin: 0;
padding: 1rem;
}

.container {
	padding-bottom: 25px;
}

.bimg {
	height: 450px;
	width: 300px;
}

.title.is-3 {
text-align: center;	
text-decoration: underline;
}

.board {
text-align: center;
}

.event1 {
flex: 1;
text-align: center;
}

.event2 {
flex: 1;
text-align: center;
}
